home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / alloy.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-07  |  221b  |  11 lines

  1. on(release){
  2.    if(random(2) == 1)
  3.    {
  4.       getUrl("http://www.mindchamber.com/alloyscores.html", "_blank");
  5.    }
  6.    else
  7.    {
  8.       getUrl("http://www.psychogoldfish.com/alloy/records.php", "_blank");
  9.    }
  10. }
  11.